Overload | Description |
---|---|
Match(String,String,Object[]) | Asserts that a string matches the wildcardPattern. |
Match(Expression<Func<String,Boolean>>,String,Object[]) | (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<string,TAssertions>) |
Match<T>(Expression<Func<T,Boolean>>,String,Object[]) | Asserts that the predicate is satisfied. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<string,TAssertions>) |